home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / hdd.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  3.2 KB  |  60 lines

  1. #
  2. # Hard Disk Tools #1
  3. #
  4. hdd_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 1/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Installation                                                         "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[brightgrey on cyan]
  20. print " -- Maxtor --                                                                   "
  21. set textColor = color[white on cyan]
  22. print " [F1] MaxBlast 3 V3.6                                                           "
  23. print "                                                                                "
  24. set textColor = color[brightgrey on cyan]
  25. print " -- Seagate --                                                                  "
  26. set textColor = color[white on cyan]
  27. print " [F2] DiscWizard 2003 V10.45.06                                                 "
  28. print " [F3] Disk Manager V9.56a                                                       "
  29. print "                                                                                "
  30. set textColor = color[brightgrey on cyan]
  31. print " -- Samsung --                                                                  "
  32. set textColor = color[white on cyan]
  33. print " [F4] Disk Manager V10                                                          "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[blue on cyan]
  40. print " >>> Press [Space] for more harddisk tools ...                                  "
  41. set textColor = color[white on cyan]
  42. print "                                                                                "
  43. set textColor = color[white on blue]
  44. print "             Please select an item (ESC to return to previous menu)             "
  45. set textColor = color[white on black]
  46.  
  47. #
  48. # Actions
  49. #
  50. getkey 500 script boothdd0.scn
  51. clear
  52. if ($lastKey == key[f1]); then memdisk \images\maxblast.igz
  53. if ($lastKey == key[f2]); then memdisk \images\discwiz.igz
  54. if ($lastKey == key[f3]); then memdisk \images\diskmgr.igz
  55. if ($lastKey == key[f4]); then memdisk \images\ssdm.igz
  56. if ($lastKey == key[space]); then script hdd2.scn
  57. if ($lastKey == key[esc]); then script main.scn
  58. goto hdd_menu
  59.  
  60.